pub struct Siphon {
pub ship_symbol: String,
pub yield: Box<SiphonYield>,
}Expand description
Siphon : Siphon details.
Fields§
§ship_symbol: StringSymbol of the ship that executed the siphon.
yield: Box<SiphonYield>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Siphon
impl<'de> Deserialize<'de> for Siphon
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
impl StructuralPartialEq for Siphon
Auto Trait Implementations§
impl Freeze for Siphon
impl RefUnwindSafe for Siphon
impl Send for Siphon
impl Sync for Siphon
impl Unpin for Siphon
impl UnwindSafe for Siphon
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