pub struct SyncSelection {
pub spaces: Vec<String>,
pub saved_objects: Option<SavedObjectsManifest>,
pub include_spaces: bool,
pub include_workflows: bool,
pub include_agents: bool,
pub include_tools: bool,
pub include_skills: bool,
}Fields§
§spaces: Vec<String>§saved_objects: Option<SavedObjectsManifest>§include_spaces: bool§include_workflows: bool§include_agents: bool§include_tools: bool§include_skills: boolTrait Implementations§
Source§impl Clone for SyncSelection
impl Clone for SyncSelection
Source§fn clone(&self) -> SyncSelection
fn clone(&self) -> SyncSelection
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 SyncSelection
impl Debug for SyncSelection
Auto Trait Implementations§
impl Freeze for SyncSelection
impl RefUnwindSafe for SyncSelection
impl Send for SyncSelection
impl Sync for SyncSelection
impl Unpin for SyncSelection
impl UnsafeUnpin for SyncSelection
impl UnwindSafe for SyncSelection
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