pub struct MvtTile {
pub layers: Vec<MvtLayer>,
}Fields§
§layers: Vec<MvtLayer>Implementations§
Trait Implementations§
impl StructuralPartialEq for MvtTile
Auto Trait Implementations§
impl Freeze for MvtTile
impl RefUnwindSafe for MvtTile
impl Send for MvtTile
impl Sync for MvtTile
impl Unpin for MvtTile
impl UnsafeUnpin for MvtTile
impl UnwindSafe for MvtTile
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