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