pub struct SelectToken {
pub name: String,
pub upstream: bool,
pub downstream: bool,
}Expand description
One comma-separated token: name, +name, name+, +name+.
Fields§
§name: String§upstream: bool§downstream: boolImplementations§
Trait Implementations§
Source§impl Clone for SelectToken
impl Clone for SelectToken
Source§fn clone(&self) -> SelectToken
fn clone(&self) -> SelectToken
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 SelectToken
impl Debug for SelectToken
impl Eq for SelectToken
Source§impl PartialEq for SelectToken
impl PartialEq for SelectToken
impl StructuralPartialEq for SelectToken
Auto Trait Implementations§
impl Freeze for SelectToken
impl RefUnwindSafe for SelectToken
impl Send for SelectToken
impl Sync for SelectToken
impl Unpin for SelectToken
impl UnsafeUnpin for SelectToken
impl UnwindSafe for SelectToken
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.