pub enum CSAccess {
Private,
Protected,
Internal,
Public,
}Expand description
Enumeration for C#’s access modifiers.
Variants§
Trait Implementations§
impl Copy for CSAccess
Auto Trait Implementations§
impl Freeze for CSAccess
impl RefUnwindSafe for CSAccess
impl Send for CSAccess
impl Sync for CSAccess
impl Unpin for CSAccess
impl UnwindSafe for CSAccess
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