pub struct SyncTemplate<'a> { /* private fields */ }
Expand description
Sync a template to the current state of the guild, by ID and code.
Trait Implementations§
source§impl IntoFuture for SyncTemplate<'_>
impl IntoFuture for SyncTemplate<'_>
source§type Output = Result<Response<Template>, Error>
type Output = Result<Response<Template>, Error>
The output that the future will produce on completion.
source§type IntoFuture = ResponseFuture<Template>
type IntoFuture = ResponseFuture<Template>
Which kind of future are we turning this into?
source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
source§impl TryIntoRequest for SyncTemplate<'_>
impl TryIntoRequest for SyncTemplate<'_>
Auto Trait Implementations§
impl<'a> Freeze for SyncTemplate<'a>
impl<'a> !RefUnwindSafe for SyncTemplate<'a>
impl<'a> Send for SyncTemplate<'a>
impl<'a> Sync for SyncTemplate<'a>
impl<'a> Unpin for SyncTemplate<'a>
impl<'a> !UnwindSafe for SyncTemplate<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more