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