pub enum SyncResources {
Everything,
Select(SelectSyncOptions),
}Expand description
Sets the schools/ terms relevant for the action
Comma separated pairs of schoolid,termcollectionid deliminated by semicolons or just the school itself ex: “marist;temple,202422”
Variants§
Everything
Select(SelectSyncOptions)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncResources
impl RefUnwindSafe for SyncResources
impl Send for SyncResources
impl Sync for SyncResources
impl Unpin for SyncResources
impl UnsafeUnpin for SyncResources
impl UnwindSafe for SyncResources
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