pub struct SourceDescriptionItem {
pub sdes_type: SdesType,
pub text: String,
}Fields§
§sdes_type: SdesType§text: StringImplementations§
Source§impl SourceDescriptionItem
impl SourceDescriptionItem
pub fn new(item: &SourceDescriptionItem) -> Self
Trait Implementations§
Source§impl<'__de> BorrowDecode<'__de> for SourceDescriptionItem
impl<'__de> BorrowDecode<'__de> for SourceDescriptionItem
Source§fn borrow_decode<__D: BorrowDecoder<'__de>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for SourceDescriptionItem
impl Clone for SourceDescriptionItem
Source§fn clone(&self) -> SourceDescriptionItem
fn clone(&self) -> SourceDescriptionItem
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 SourceDescriptionItem
impl Debug for SourceDescriptionItem
Source§impl Decode for SourceDescriptionItem
impl Decode for SourceDescriptionItem
Auto Trait Implementations§
impl Freeze for SourceDescriptionItem
impl RefUnwindSafe for SourceDescriptionItem
impl Send for SourceDescriptionItem
impl Sync for SourceDescriptionItem
impl Unpin for SourceDescriptionItem
impl UnwindSafe for SourceDescriptionItem
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