pub struct Msg1302Link {
pub database_link_str: Df88591String<DESC_CAP>,
}
Fields§
§database_link_str: Df88591String<DESC_CAP>
Trait Implementations§
Source§impl Clone for Msg1302Link
impl Clone for Msg1302Link
Source§fn clone(&self) -> Msg1302Link
fn clone(&self) -> Msg1302Link
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 Msg1302Link
impl Debug for Msg1302Link
Source§impl Default for Msg1302Link
impl Default for Msg1302Link
Source§fn default() -> Msg1302Link
fn default() -> Msg1302Link
Returns the “default value” for a type. Read more
Source§impl PartialEq for Msg1302Link
impl PartialEq for Msg1302Link
Source§impl SourceRepr for Msg1302Link
impl SourceRepr for Msg1302Link
impl StructuralPartialEq for Msg1302Link
Auto Trait Implementations§
impl Freeze for Msg1302Link
impl RefUnwindSafe for Msg1302Link
impl Send for Msg1302Link
impl Sync for Msg1302Link
impl Unpin for Msg1302Link
impl UnwindSafe for Msg1302Link
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