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