pub struct LogbookFaction {
pub id: String,
pub name: String,
}Fields§
§id: String§name: StringTrait Implementations§
Source§impl Clone for LogbookFaction
impl Clone for LogbookFaction
Source§fn clone(&self) -> LogbookFaction
fn clone(&self) -> LogbookFaction
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 LogbookFaction
impl Debug for LogbookFaction
Source§impl Default for LogbookFaction
impl Default for LogbookFaction
Source§fn default() -> LogbookFaction
fn default() -> LogbookFaction
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LogbookFaction
impl<'de> Deserialize<'de> for LogbookFaction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LogbookFaction
impl RefUnwindSafe for LogbookFaction
impl Send for LogbookFaction
impl Sync for LogbookFaction
impl Unpin for LogbookFaction
impl UnwindSafe for LogbookFaction
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