pub struct AddressDelRequest { /* private fields */ }Implementations§
Source§impl AddressDelRequest
impl AddressDelRequest
pub fn message_mut(&mut self) -> &mut AddressMessage
Auto Trait Implementations§
impl !RefUnwindSafe for AddressDelRequest
impl !UnwindSafe for AddressDelRequest
impl Freeze for AddressDelRequest
impl Send for AddressDelRequest
impl Sync for AddressDelRequest
impl Unpin for AddressDelRequest
impl UnsafeUnpin for AddressDelRequest
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