#[repr(C)]pub struct ProjectSet {
pub plan: Plan,
}Fields§
§plan: PlanTrait Implementations§
Source§impl Clone for ProjectSet
impl Clone for ProjectSet
Source§fn clone(&self) -> ProjectSet
fn clone(&self) -> ProjectSet
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 moreimpl Copy for ProjectSet
Source§impl Debug for ProjectSet
impl Debug for ProjectSet
Source§impl Default for ProjectSet
impl Default for ProjectSet
Source§impl Display for ProjectSet
impl Display for ProjectSet
Source§impl PgNode for ProjectSet
impl PgNode for ProjectSet
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
Auto Trait Implementations§
impl !Send for ProjectSet
impl !Sync for ProjectSet
impl Freeze for ProjectSet
impl RefUnwindSafe for ProjectSet
impl Unpin for ProjectSet
impl UnsafeUnpin for ProjectSet
impl UnwindSafe for ProjectSet
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