pub struct StructFlags {
pub upstream: bool,
pub fundamental: bool,
}
Fields§
§upstream: bool
§fundamental: bool
Trait Implementations§
Source§impl Clone for StructFlags
impl Clone for StructFlags
Source§fn clone(&self) -> StructFlags
fn clone(&self) -> StructFlags
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 StructFlags
impl Debug for StructFlags
Source§impl Hash for StructFlags
impl Hash for StructFlags
Source§impl PartialEq for StructFlags
impl PartialEq for StructFlags
impl Eq for StructFlags
impl StructuralPartialEq for StructFlags
Auto Trait Implementations§
impl Freeze for StructFlags
impl RefUnwindSafe for StructFlags
impl Send for StructFlags
impl Sync for StructFlags
impl Unpin for StructFlags
impl UnwindSafe for StructFlags
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