pub struct ExternalSource {
pub source_id: StringSelectValue,
}Fields§
§source_id: StringSelectValueTrait Implementations§
Source§impl Clone for ExternalSource
impl Clone for ExternalSource
Source§fn clone(&self) -> ExternalSource
fn clone(&self) -> ExternalSource
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 ExternalSource
impl Debug for ExternalSource
Source§impl PartialEq for ExternalSource
impl PartialEq for ExternalSource
Source§fn eq(&self, other: &ExternalSource) -> bool
fn eq(&self, other: &ExternalSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExternalSource
Auto Trait Implementations§
impl Freeze for ExternalSource
impl RefUnwindSafe for ExternalSource
impl Send for ExternalSource
impl Sync for ExternalSource
impl Unpin for ExternalSource
impl UnsafeUnpin for ExternalSource
impl UnwindSafe for ExternalSource
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