pub struct Teleporter {
pub menu: TeleporterMenu,
pub location: TeleporterLocation,
}Fields§
§location: TeleporterLocationTrait Implementations§
Source§impl Clone for Teleporter
impl Clone for Teleporter
Source§fn clone(&self) -> Teleporter
fn clone(&self) -> Teleporter
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 Teleporter
impl Debug for Teleporter
Source§impl Default for Teleporter
impl Default for Teleporter
Source§fn default() -> Teleporter
fn default() -> Teleporter
Returns the “default value” for a type. Read more
Source§impl PartialEq for Teleporter
impl PartialEq for Teleporter
impl Copy for Teleporter
impl Eq for Teleporter
impl StructuralPartialEq for Teleporter
Auto Trait Implementations§
impl Freeze for Teleporter
impl RefUnwindSafe for Teleporter
impl Send for Teleporter
impl Sync for Teleporter
impl Unpin for Teleporter
impl UnwindSafe for Teleporter
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