pub struct Destinations {
pub blue1: Option<Destination>,
pub blue2: Option<Destination>,
pub green1: Option<Destination>,
pub green2: Option<Destination>,
}Fields§
§blue1: Option<Destination>§blue2: Option<Destination>§green1: Option<Destination>§green2: Option<Destination>Trait Implementations§
Source§impl Clone for Destinations
impl Clone for Destinations
Source§fn clone(&self) -> Destinations
fn clone(&self) -> Destinations
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 Destinations
impl Debug for Destinations
impl Copy for Destinations
Auto Trait Implementations§
impl Freeze for Destinations
impl RefUnwindSafe for Destinations
impl Send for Destinations
impl Sync for Destinations
impl Unpin for Destinations
impl UnwindSafe for Destinations
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