pub struct GlobalPrincipalIdentifierFactory { /* private fields */ }Expand description
Factory for GlobalPrincipalIdentifier, ensuring their uniqueness.
Implementations§
Source§impl GlobalPrincipalIdentifierFactory
impl GlobalPrincipalIdentifierFactory
pub fn next(&mut self) -> GlobalPrincipalIdentifier
Trait Implementations§
Source§impl Default for GlobalPrincipalIdentifierFactory
impl Default for GlobalPrincipalIdentifierFactory
Source§fn default() -> GlobalPrincipalIdentifierFactory
fn default() -> GlobalPrincipalIdentifierFactory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GlobalPrincipalIdentifierFactory
impl RefUnwindSafe for GlobalPrincipalIdentifierFactory
impl Send for GlobalPrincipalIdentifierFactory
impl Sync for GlobalPrincipalIdentifierFactory
impl Unpin for GlobalPrincipalIdentifierFactory
impl UnwindSafe for GlobalPrincipalIdentifierFactory
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