Struct hecs_schedule::Access
source · [−]pub struct Access { /* private fields */ }Expand description
Describes how a type is accessed.
Implementations
sourceimpl Access
impl Access
sourcepub fn of<T: IntoAccess>() -> Self
pub fn of<T: IntoAccess>() -> Self
Creates a new access from a known type
Trait Implementations
sourceimpl Ord for Access
impl Ord for Access
sourceimpl PartialOrd<Access> for Access
impl PartialOrd<Access> for Access
sourcefn partial_cmp(&self, other: &Access) -> Option<Ordering>
fn partial_cmp(&self, other: &Access) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Copy for Access
impl Eq for Access
impl StructuralEq for Access
impl StructuralPartialEq for Access
Auto Trait Implementations
impl RefUnwindSafe for Access
impl Send for Access
impl Sync for Access
impl Unpin for Access
impl UnwindSafe for Access
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more