pub struct Withdraw<'a> {
pub core: Entrypoint,
/* private fields */
}Available on crate feature
client only.Fields§
§core: EntrypointImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Withdraw<'a>
impl<'a> !RefUnwindSafe for Withdraw<'a>
impl<'a> Send for Withdraw<'a>
impl<'a> Sync for Withdraw<'a>
impl<'a> Unpin for Withdraw<'a>
impl<'a> !UnwindSafe for Withdraw<'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