pub struct TopologyGroupOptions {
pub name: Option<String>,
}Expand description
Graph-owned topology/release group options (D152).
Fields§
§name: Option<String>name field for name.
Implementations§
Trait Implementations§
Source§impl Clone for TopologyGroupOptions
impl Clone for TopologyGroupOptions
Source§fn clone(&self) -> TopologyGroupOptions
fn clone(&self) -> TopologyGroupOptions
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 TopologyGroupOptions
impl Debug for TopologyGroupOptions
Source§impl Default for TopologyGroupOptions
impl Default for TopologyGroupOptions
Source§fn default() -> TopologyGroupOptions
fn default() -> TopologyGroupOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TopologyGroupOptions
impl RefUnwindSafe for TopologyGroupOptions
impl Send for TopologyGroupOptions
impl Sync for TopologyGroupOptions
impl Unpin for TopologyGroupOptions
impl UnsafeUnpin for TopologyGroupOptions
impl UnwindSafe for TopologyGroupOptions
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