pub struct SeaLine {
pub code: String,
pub name: Option<Sourced<String>>,
pub colour: Option<Sourced<String>>,
pub company: Sourced<ID>,
pub ref_stop: Option<Sourced<ID>>,
pub common: NodeCommon,
}
Fields§
§code: String
§name: Option<Sourced<String>>
§colour: Option<Sourced<String>>
§company: Sourced<ID>
§ref_stop: Option<Sourced<ID>>
§common: NodeCommon
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SeaLine
impl<'de> Deserialize<'de> for SeaLine
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 SeaLine
impl RefUnwindSafe for SeaLine
impl Send for SeaLine
impl Sync for SeaLine
impl Unpin for SeaLine
impl UnwindSafe for SeaLine
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