pub enum Publicity {
Private,
Public,
}Variants§
Auto Trait Implementations§
impl Freeze for Publicity
impl RefUnwindSafe for Publicity
impl Send for Publicity
impl Sync for Publicity
impl Unpin for Publicity
impl UnsafeUnpin for Publicity
impl UnwindSafe for Publicity
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