Enum spacetimedb_lib::auth::StAccess
source · pub enum StAccess {
Public,
Private,
}Expand description
Describe the visibility of the table
Variants§
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for StAccess
impl<'de> Deserialize<'de> for StAccess
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
source§impl Ord for StAccess
impl Ord for StAccess
source§impl PartialEq<StAccess> for StAccess
impl PartialEq<StAccess> for StAccess
source§impl PartialOrd<StAccess> for StAccess
impl PartialOrd<StAccess> for StAccess
1.0.0 · source§fn 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 moreimpl Copy for StAccess
impl Eq for StAccess
impl StructuralEq for StAccess
impl StructuralPartialEq for StAccess
Auto Trait Implementations§
impl RefUnwindSafe for StAccess
impl Send for StAccess
impl Sync for StAccess
impl Unpin for StAccess
impl UnwindSafe for StAccess
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