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