pub struct SelfParameter {
pub is_mutable: Option<Node>,
pub self_node: Node,
}
Fields§
§is_mutable: Option<Node>
§self_node: Node
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SelfParameter
impl RefUnwindSafe for SelfParameter
impl Send for SelfParameter
impl Sync for SelfParameter
impl Unpin for SelfParameter
impl UnwindSafe for SelfParameter
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