pub struct SavedProfile { /* private fields */ }Implementations§
Source§impl SavedProfile
impl SavedProfile
pub const fn profile_id(&self) -> ProfileId
pub const fn owner(&self) -> UserId
pub const fn revision(&self) -> ProfileRevision
pub fn profile(&self) -> &AuthorizationProfile
Trait Implementations§
Source§impl Clone for SavedProfile
impl Clone for SavedProfile
Source§fn clone(&self) -> SavedProfile
fn clone(&self) -> SavedProfile
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 moreSource§impl Debug for SavedProfile
impl Debug for SavedProfile
impl Eq for SavedProfile
Source§impl PartialEq for SavedProfile
impl PartialEq for SavedProfile
impl StructuralPartialEq for SavedProfile
Auto Trait Implementations§
impl Freeze for SavedProfile
impl RefUnwindSafe for SavedProfile
impl Send for SavedProfile
impl Sync for SavedProfile
impl Unpin for SavedProfile
impl UnsafeUnpin for SavedProfile
impl UnwindSafe for SavedProfile
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