pub struct DeclareFunction {
pub base: BaseNode,
pub id: Identifier,
pub predicate: Option<RawNode>,
}Fields§
§base: BaseNode§id: Identifier§predicate: Option<RawNode>Trait Implementations§
Source§impl Clone for DeclareFunction
impl Clone for DeclareFunction
Source§fn clone(&self) -> DeclareFunction
fn clone(&self) -> DeclareFunction
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 DeclareFunction
impl Debug for DeclareFunction
Auto Trait Implementations§
impl Freeze for DeclareFunction
impl RefUnwindSafe for DeclareFunction
impl Send for DeclareFunction
impl Sync for DeclareFunction
impl Unpin for DeclareFunction
impl UnsafeUnpin for DeclareFunction
impl UnwindSafe for DeclareFunction
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