pub struct ProviderView {
pub id: String,
pub display_name: String,
}Fields§
§id: String§display_name: StringTrait Implementations§
Source§impl Clone for ProviderView
impl Clone for ProviderView
Source§fn clone(&self) -> ProviderView
fn clone(&self) -> ProviderView
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 ProviderView
impl Debug for ProviderView
Source§impl PartialEq for ProviderView
impl PartialEq for ProviderView
impl Eq for ProviderView
impl StructuralPartialEq for ProviderView
Auto Trait Implementations§
impl Freeze for ProviderView
impl RefUnwindSafe for ProviderView
impl Send for ProviderView
impl Sync for ProviderView
impl Unpin for ProviderView
impl UnsafeUnpin for ProviderView
impl UnwindSafe for ProviderView
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