Struct clockwork_client::network::state::PoolSettings
source · pub struct PoolSettings {
pub size: usize,
}Expand description
PoolSettings
Fields§
§size: usizeTrait Implementations§
source§impl BorshDeserialize for PoolSettingswhere
usize: BorshDeserialize,
impl BorshDeserialize for PoolSettingswhere usize: BorshDeserialize,
source§fn deserialize(buf: &mut &[u8]) -> Result<PoolSettings, Error>
fn deserialize(buf: &mut &[u8]) -> Result<PoolSettings, Error>
Deserializes this instance from a given slice of bytes.
Updates the buffer to point at the remaining bytes.
Auto Trait Implementations§
impl RefUnwindSafe for PoolSettings
impl Send for PoolSettings
impl Sync for PoolSettings
impl Unpin for PoolSettings
impl UnwindSafe for PoolSettings
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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