Struct cyfs_base::SimpleGroupBodyContent
source · pub struct SimpleGroupBodyContent { /* private fields */ }
Implementations§
source§impl SimpleGroupBodyContent
impl SimpleGroupBodyContent
pub fn new( members: Vec<ObjectId>, ood_work_mode: OODWorkMode, ood_list: Vec<DeviceId> ) -> Self
pub fn members(&self) -> &Vec<ObjectId> ⓘ
pub fn members_mut(&mut self) -> &mut Vec<ObjectId> ⓘ
pub fn ood_list(&self) -> &Vec<DeviceId> ⓘ
pub fn ood_list_mut(&mut self) -> &mut Vec<DeviceId> ⓘ
pub fn ood_work_mode(&self) -> OODWorkMode
pub fn set_ood_work_mode(&mut self, ood_work_mode: OODWorkMode)
Trait Implementations§
source§impl BodyContent for SimpleGroupBodyContent
impl BodyContent for SimpleGroupBodyContent
source§impl Clone for SimpleGroupBodyContent
impl Clone for SimpleGroupBodyContent
source§fn clone(&self) -> SimpleGroupBodyContent
fn clone(&self) -> SimpleGroupBodyContent
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 more