pub struct FileBlock {
pub external_id: ExternalId,
pub source: FileBlockSource,
pub block_id: Option<BlockId>,
}Expand description
Fields§
§external_id: ExternalIdThe external unique ID for this file.
source: FileBlockSourceAt the moment, source will always be remote for a remote file.
block_id: Option<BlockId>A unique identifier for a block.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileBlock
impl RefUnwindSafe for FileBlock
impl Send for FileBlock
impl Sync for FileBlock
impl Unpin for FileBlock
impl UnwindSafe for FileBlock
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