pub struct Section { /* private fields */ }Expand description
Section:分组资源
Implementations§
Source§impl Section
impl Section
pub fn new(config: Arc<Config>) -> Self
pub fn with_tasklist(self, tasklist_guid: impl Into<String>) -> Self
pub fn create(&self) -> CreateSectionRequest
pub fn get(&self, section_guid: impl Into<String>) -> GetSectionRequest
pub fn update(&self, section_guid: impl Into<String>) -> UpdateSectionRequest
pub fn delete(&self, section_guid: impl Into<String>) -> DeleteSectionRequest
pub fn list(&self) -> ListSectionsRequest
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Section
impl !RefUnwindSafe for Section
impl Send for Section
impl Sync for Section
impl Unpin for Section
impl UnsafeUnpin for Section
impl !UnwindSafe for Section
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