pub struct CoachLayoutDirectedInternal {
pub icon: String,
pub direction: Option<DirectionType>,
pub mounting: Option<MountingType>,
pub coords: Box<LayoutCoordinates>,
}Fields§
§icon: StringValues from the Graphics Items Code List
direction: Option<DirectionType>§mounting: Option<MountingType>§coords: Box<LayoutCoordinates>Implementations§
Source§impl CoachLayoutDirectedInternal
impl CoachLayoutDirectedInternal
pub fn new( icon: String, coords: LayoutCoordinates, ) -> CoachLayoutDirectedInternal
Trait Implementations§
Source§impl Clone for CoachLayoutDirectedInternal
impl Clone for CoachLayoutDirectedInternal
Source§fn clone(&self) -> CoachLayoutDirectedInternal
fn clone(&self) -> CoachLayoutDirectedInternal
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 CoachLayoutDirectedInternal
impl Debug for CoachLayoutDirectedInternal
Source§impl Default for CoachLayoutDirectedInternal
impl Default for CoachLayoutDirectedInternal
Source§fn default() -> CoachLayoutDirectedInternal
fn default() -> CoachLayoutDirectedInternal
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CoachLayoutDirectedInternal
impl<'de> Deserialize<'de> for CoachLayoutDirectedInternal
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 CoachLayoutDirectedInternal
Auto Trait Implementations§
impl Freeze for CoachLayoutDirectedInternal
impl RefUnwindSafe for CoachLayoutDirectedInternal
impl Send for CoachLayoutDirectedInternal
impl Sync for CoachLayoutDirectedInternal
impl Unpin for CoachLayoutDirectedInternal
impl UnwindSafe for CoachLayoutDirectedInternal
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