pub struct LayerProviderListing {
pub id: Uuid,
pub name: String,
pub priority: i32,
}Fields§
§id: Uuid§name: String§priority: i32Implementations§
Trait Implementations§
Source§impl Clone for LayerProviderListing
impl Clone for LayerProviderListing
Source§fn clone(&self) -> LayerProviderListing
fn clone(&self) -> LayerProviderListing
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LayerProviderListing
impl Debug for LayerProviderListing
Source§impl Default for LayerProviderListing
impl Default for LayerProviderListing
Source§fn default() -> LayerProviderListing
fn default() -> LayerProviderListing
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LayerProviderListing
impl<'de> Deserialize<'de> for LayerProviderListing
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
Source§impl PartialEq for LayerProviderListing
impl PartialEq for LayerProviderListing
Source§fn eq(&self, other: &LayerProviderListing) -> bool
fn eq(&self, other: &LayerProviderListing) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LayerProviderListing
impl Serialize for LayerProviderListing
impl StructuralPartialEq for LayerProviderListing
Auto Trait Implementations§
impl Freeze for LayerProviderListing
impl RefUnwindSafe for LayerProviderListing
impl Send for LayerProviderListing
impl Sync for LayerProviderListing
impl Unpin for LayerProviderListing
impl UnsafeUnpin for LayerProviderListing
impl UnwindSafe for LayerProviderListing
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