pub struct SchoolNameValue(/* private fields */);
Expand description
Representation of a school name value
Trait Implementations§
Source§impl AsRef<str> for SchoolNameValue
impl AsRef<str> for SchoolNameValue
Source§impl Clone for SchoolNameValue
impl Clone for SchoolNameValue
Source§fn clone(&self) -> SchoolNameValue
fn clone(&self) -> SchoolNameValue
Returns a copy of the value. Read more
1.0.0 · 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 SchoolNameValue
impl Debug for SchoolNameValue
Source§impl<'de> Deserialize<'de> for SchoolNameValue
impl<'de> Deserialize<'de> for SchoolNameValue
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for SchoolNameValue
impl Display for SchoolNameValue
Source§impl From<SchoolNameValue> for String
impl From<SchoolNameValue> for String
Source§fn from(value: SchoolNameValue) -> Self
fn from(value: SchoolNameValue) -> Self
Converts to this type from the input type.
Source§impl From<String> for SchoolNameValue
impl From<String> for SchoolNameValue
Auto Trait Implementations§
impl Freeze for SchoolNameValue
impl RefUnwindSafe for SchoolNameValue
impl Send for SchoolNameValue
impl Sync for SchoolNameValue
impl Unpin for SchoolNameValue
impl UnwindSafe for SchoolNameValue
Blanket Implementations§
Source§impl<T> AsUncased for T
impl<T> AsUncased for T
Source§fn as_uncased(&self) -> &UncasedStr
fn as_uncased(&self) -> &UncasedStr
Convert
self
to an UncasedStr
.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