pub struct DisconSpec {
pub span: Span,
pub target: DisconTarget,
pub ty: CompoundName,
pub after: Expr,
}
Fields§
§span: Span
§target: DisconTarget
§ty: CompoundName
§after: Expr
Trait Implementations§
Source§impl Clone for DisconSpec
impl Clone for DisconSpec
Source§fn clone(&self) -> DisconSpec
fn clone(&self) -> DisconSpec
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 DisconSpec
impl Debug for DisconSpec
Source§impl PartialEq for DisconSpec
impl PartialEq for DisconSpec
impl Eq for DisconSpec
impl StructuralPartialEq for DisconSpec
Auto Trait Implementations§
impl Freeze for DisconSpec
impl RefUnwindSafe for DisconSpec
impl Send for DisconSpec
impl Sync for DisconSpec
impl Unpin for DisconSpec
impl UnwindSafe for DisconSpec
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