pub struct PinOptions {
pub host_nodes: Option<Vec<String>>,
pub custom_pin_policy: Option<PinPolicy>,
pub cid_version: Option<u8>,
}Expand description
Used to add additional options when pinning by hash
Fields§
§host_nodes: Option<Vec<String>>multiaddresses of nodes your content is already stored on
custom_pin_policy: Option<PinPolicy>Custom pin policy for the piece of content being pinned
cid_version: Option<u8>CID Version IPFS will use when creating a hash for your content
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PinOptions
impl RefUnwindSafe for PinOptions
impl Send for PinOptions
impl Sync for PinOptions
impl Unpin for PinOptions
impl UnsafeUnpin for PinOptions
impl UnwindSafe for PinOptions
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