pub struct TransportTile {
pub id: String,
pub content: String,
pub source: String,
pub weight: f32,
pub tier: DeployTier,
pub created_at: u64,
}Fields§
§id: String§content: String§source: String§weight: f32§tier: DeployTier§created_at: u64Trait Implementations§
Source§impl Clone for TransportTile
impl Clone for TransportTile
Source§fn clone(&self) -> TransportTile
fn clone(&self) -> TransportTile
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 moreAuto Trait Implementations§
impl Freeze for TransportTile
impl RefUnwindSafe for TransportTile
impl Send for TransportTile
impl Sync for TransportTile
impl Unpin for TransportTile
impl UnsafeUnpin for TransportTile
impl UnwindSafe for TransportTile
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