pub struct StaticOperation {
pub arguments: Vec<Argument>,
pub extended_attributes: Vec<ExtendedAttribute>,
pub name: Option<Identifier>,
pub return_type: ReturnType,
}
Fields§
§arguments: Vec<Argument>
§extended_attributes: Vec<ExtendedAttribute>
§name: Option<Identifier>
§return_type: ReturnType
Trait Implementations§
Source§impl Clone for StaticOperation
impl Clone for StaticOperation
Source§fn clone(&self) -> StaticOperation
fn clone(&self) -> StaticOperation
Returns a copy 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 StaticOperation
impl Debug for StaticOperation
Source§impl PartialEq for StaticOperation
impl PartialEq for StaticOperation
impl StructuralPartialEq for StaticOperation
Auto Trait Implementations§
impl Freeze for StaticOperation
impl RefUnwindSafe for StaticOperation
impl Send for StaticOperation
impl Sync for StaticOperation
impl Unpin for StaticOperation
impl UnwindSafe for StaticOperation
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