pub struct DraftsClient { /* private fields */ }Expand description
Sub-client for script drafts. Obtained via [AkribesClient::drafts()].
Implementations§
Trait Implementations§
Source§impl Clone for DraftsClient
impl Clone for DraftsClient
Source§fn clone(&self) -> DraftsClient
fn clone(&self) -> DraftsClient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DraftsClient
impl !RefUnwindSafe for DraftsClient
impl Send for DraftsClient
impl Sync for DraftsClient
impl Unpin for DraftsClient
impl UnsafeUnpin for DraftsClient
impl !UnwindSafe for DraftsClient
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