pub struct BackendIdentifier(/* private fields */);Expand description
Opaque stable identifier for one operation backend.
Values are created by base64-ng; callers can log or compare the stable
string without assuming that future backends extend a public enum.
Implementations§
Trait Implementations§
Source§impl Clone for BackendIdentifier
impl Clone for BackendIdentifier
Source§fn clone(&self) -> BackendIdentifier
fn clone(&self) -> BackendIdentifier
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 moreimpl Copy for BackendIdentifier
Source§impl Debug for BackendIdentifier
impl Debug for BackendIdentifier
Source§impl Display for BackendIdentifier
impl Display for BackendIdentifier
impl Eq for BackendIdentifier
Source§impl Hash for BackendIdentifier
impl Hash for BackendIdentifier
Source§impl PartialEq for BackendIdentifier
impl PartialEq for BackendIdentifier
impl StructuralPartialEq for BackendIdentifier
Auto Trait Implementations§
impl Freeze for BackendIdentifier
impl RefUnwindSafe for BackendIdentifier
impl Send for BackendIdentifier
impl Sync for BackendIdentifier
impl Unpin for BackendIdentifier
impl UnsafeUnpin for BackendIdentifier
impl UnwindSafe for BackendIdentifier
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