pub struct RevokeMsg {
pub msg: String,
}Fields§
§msg: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for RevokeMsg
impl RefUnwindSafe for RevokeMsg
impl Send for RevokeMsg
impl Sync for RevokeMsg
impl Unpin for RevokeMsg
impl UnsafeUnpin for RevokeMsg
impl UnwindSafe for RevokeMsg
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