pub struct ServiceNotes(/* private fields */);Implementations§
Source§impl ServiceNotes
impl ServiceNotes
Source§impl ServiceNotes
impl ServiceNotes
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for ServiceNotes
impl Clone for ServiceNotes
Source§fn clone(&self) -> ServiceNotes
fn clone(&self) -> ServiceNotes
Returns a duplicate 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 ServiceNotes
impl Debug for ServiceNotes
Source§impl<'de> Deserialize<'de> for ServiceNotes
impl<'de> Deserialize<'de> for ServiceNotes
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ServiceNotes
impl Hash for ServiceNotes
Source§impl Ord for ServiceNotes
impl Ord for ServiceNotes
Source§fn cmp(&self, other: &ServiceNotes) -> Ordering
fn cmp(&self, other: &ServiceNotes) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ServiceNotes
impl PartialEq for ServiceNotes
Source§impl PartialOrd for ServiceNotes
impl PartialOrd for ServiceNotes
Source§impl Serialize for ServiceNotes
impl Serialize for ServiceNotes
impl Eq for ServiceNotes
impl StructuralPartialEq for ServiceNotes
Auto Trait Implementations§
impl Freeze for ServiceNotes
impl RefUnwindSafe for ServiceNotes
impl Send for ServiceNotes
impl Sync for ServiceNotes
impl Unpin for ServiceNotes
impl UnsafeUnpin for ServiceNotes
impl UnwindSafe for ServiceNotes
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