pub struct PresetsResource { /* private fields */ }Expand description
Manage saved conversion presets (reusable named target + options).
Implementations§
Source§impl PresetsResource
impl PresetsResource
Sourcepub fn list(
&self,
category: Option<&str>,
target: Option<&str>,
filter: Option<&str>,
) -> Result<Vec<Preset>>
pub fn list( &self, category: Option<&str>, target: Option<&str>, filter: Option<&str>, ) -> Result<Vec<Preset>>
List presets, optionally filtered by category / target / filter.
Auto Trait Implementations§
impl !RefUnwindSafe for PresetsResource
impl !UnwindSafe for PresetsResource
impl Freeze for PresetsResource
impl Send for PresetsResource
impl Sync for PresetsResource
impl Unpin for PresetsResource
impl UnsafeUnpin for PresetsResource
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