pub enum StringFormat {
DateTime,
Uri,
AtUri,
Did,
Handle,
AtIdentifier,
Nsid,
Cid,
Language,
Tid,
RecordKey,
}Expand description
String format types supported by AT Protocol (per lexicon spec)
Variants§
Trait Implementations§
Source§impl Clone for StringFormat
impl Clone for StringFormat
Source§fn clone(&self) -> StringFormat
fn clone(&self) -> StringFormat
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 StringFormat
impl Debug for StringFormat
Source§impl FromStr for StringFormat
impl FromStr for StringFormat
Source§impl PartialEq for StringFormat
impl PartialEq for StringFormat
impl StructuralPartialEq for StringFormat
Auto Trait Implementations§
impl Freeze for StringFormat
impl RefUnwindSafe for StringFormat
impl Send for StringFormat
impl Sync for StringFormat
impl Unpin for StringFormat
impl UnwindSafe for StringFormat
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