#[repr(u8)]pub enum SymbolFlags {
None = 0,
IndexedForCodeCompletion = 1,
Deprecated = 2,
ImplementationDetail = 4,
VisibleOutsideFile = 8,
}Variants§
None = 0
IndexedForCodeCompletion = 1
Deprecated = 2
ImplementationDetail = 4
VisibleOutsideFile = 8
Trait Implementations§
Source§impl Clone for SymbolFlags
impl Clone for SymbolFlags
Source§fn clone(&self) -> SymbolFlags
fn clone(&self) -> SymbolFlags
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 SymbolFlags
impl Debug for SymbolFlags
Source§impl Default for SymbolFlags
impl Default for SymbolFlags
Source§fn default() -> SymbolFlags
fn default() -> SymbolFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SymbolFlags
impl RefUnwindSafe for SymbolFlags
impl Send for SymbolFlags
impl Sync for SymbolFlags
impl Unpin for SymbolFlags
impl UnwindSafe for SymbolFlags
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