pub struct AssetSyncOptions {
pub index_url: String,
pub storage_prefix: String,
pub target_rev: Option<u64>,
pub quiet: bool,
pub force_remote: bool,
}Fields§
§index_url: String§storage_prefix: String§target_rev: Option<u64>§quiet: bool§force_remote: boolWhen true, always fetch Firebase even from a cargo target/ build.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AssetSyncOptions
impl RefUnwindSafe for AssetSyncOptions
impl Send for AssetSyncOptions
impl Sync for AssetSyncOptions
impl Unpin for AssetSyncOptions
impl UnsafeUnpin for AssetSyncOptions
impl UnwindSafe for AssetSyncOptions
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