pub struct SystemAdmin { /* private fields */ }Expand description
Resolved system-admin handle threaded through AppContext. Holds the
typed UserId of the actual users row, not a sentinel.
Implementations§
Trait Implementations§
Source§impl Clone for SystemAdmin
impl Clone for SystemAdmin
Source§fn clone(&self) -> SystemAdmin
fn clone(&self) -> SystemAdmin
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SystemAdmin
impl RefUnwindSafe for SystemAdmin
impl Send for SystemAdmin
impl Sync for SystemAdmin
impl Unpin for SystemAdmin
impl UnsafeUnpin for SystemAdmin
impl UnwindSafe for SystemAdmin
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