pub struct VisInherited {}
Expand description
Inherited, i.e. private.
Trait Implementations§
Source§impl Clone for VisInherited
impl Clone for VisInherited
Source§fn clone(&self) -> VisInherited
fn clone(&self) -> VisInherited
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<VisInherited> for Visibility
impl From<VisInherited> for Visibility
Source§fn from(e: VisInherited) -> Visibility
fn from(e: VisInherited) -> Visibility
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VisInherited
impl RefUnwindSafe for VisInherited
impl Send for VisInherited
impl Sync for VisInherited
impl Unpin for VisInherited
impl UnwindSafe for VisInherited
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