Struct SyndicationFormat
#[repr(transparent)]pub struct SyndicationFormat(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for SyndicationFormat
impl Clone for SyndicationFormat
§fn clone(&self) -> SyndicationFormat
fn clone(&self) -> SyndicationFormat
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 more§impl Debug for SyndicationFormat
impl Debug for SyndicationFormat
§impl Default for SyndicationFormat
impl Default for SyndicationFormat
§fn default() -> SyndicationFormat
fn default() -> SyndicationFormat
Returns the “default value” for a type. Read more
§impl PartialEq for SyndicationFormat
impl PartialEq for SyndicationFormat
impl Copy for SyndicationFormat
impl Eq for SyndicationFormat
impl StructuralPartialEq for SyndicationFormat
Auto Trait Implementations§
impl Freeze for SyndicationFormat
impl RefUnwindSafe for SyndicationFormat
impl Send for SyndicationFormat
impl Sync for SyndicationFormat
impl Unpin for SyndicationFormat
impl UnwindSafe for SyndicationFormat
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