pub struct EnableVerity;
Trait Implementations§
Source§impl Method for EnableVerity
impl Method for EnableVerity
Source§type Request = WireFileEnableVerityRequest
type Request = WireFileEnableVerityRequest
The request payload for the method.
Auto Trait Implementations§
impl Freeze for EnableVerity
impl RefUnwindSafe for EnableVerity
impl Send for EnableVerity
impl Sync for EnableVerity
impl Unpin for EnableVerity
impl UnwindSafe for EnableVerity
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