pub struct EsiFleetUpdate {
pub is_free_move: Option<bool>,
pub motd: Option<String>,
}Expand description
Body for updating fleet settings.
Fields§
§is_free_move: Option<bool>§motd: Option<String>Trait Implementations§
Source§impl Clone for EsiFleetUpdate
impl Clone for EsiFleetUpdate
Source§fn clone(&self) -> EsiFleetUpdate
fn clone(&self) -> EsiFleetUpdate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EsiFleetUpdate
impl Debug for EsiFleetUpdate
Auto Trait Implementations§
impl Freeze for EsiFleetUpdate
impl RefUnwindSafe for EsiFleetUpdate
impl Send for EsiFleetUpdate
impl Sync for EsiFleetUpdate
impl Unpin for EsiFleetUpdate
impl UnsafeUnpin for EsiFleetUpdate
impl UnwindSafe for EsiFleetUpdate
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