pub struct AdminPrefix(pub String);Expand description
Newtype for the admin site prefix to avoid Data
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for AdminPrefix
impl Clone for AdminPrefix
Source§fn clone(&self) -> AdminPrefix
fn clone(&self) -> AdminPrefix
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 AdminPrefix
impl RefUnwindSafe for AdminPrefix
impl Send for AdminPrefix
impl Sync for AdminPrefix
impl Unpin for AdminPrefix
impl UnsafeUnpin for AdminPrefix
impl UnwindSafe for AdminPrefix
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