pub enum PropAccess {
Public,
Protected,
Private,
}Expand description
Property access level.
Variants§
Trait Implementations§
Source§impl Clone for PropAccess
impl Clone for PropAccess
Source§fn clone(&self) -> PropAccess
fn clone(&self) -> PropAccess
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 Debug for PropAccess
impl Debug for PropAccess
Source§impl Display for PropAccess
impl Display for PropAccess
Source§impl PartialEq for PropAccess
impl PartialEq for PropAccess
impl Eq for PropAccess
impl StructuralPartialEq for PropAccess
Auto Trait Implementations§
impl Freeze for PropAccess
impl RefUnwindSafe for PropAccess
impl Send for PropAccess
impl Sync for PropAccess
impl Unpin for PropAccess
impl UnsafeUnpin for PropAccess
impl UnwindSafe for PropAccess
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