pub struct ListStatus {
pub name: Name,
pub mailbox: Mailbox,
}Fields§
§name: Name§mailbox: MailboxTrait Implementations§
Auto Trait Implementations§
impl Freeze for ListStatus
impl RefUnwindSafe for ListStatus
impl Send for ListStatus
impl Sync for ListStatus
impl Unpin for ListStatus
impl UnsafeUnpin for ListStatus
impl UnwindSafe for ListStatus
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