Struct sugar_cli::common::nft_instruction::AddConfigLines
source · pub struct AddConfigLines {
pub index: u32,
pub config_lines: Vec<ConfigLine, Global>,
}Expand description
Instruction.
Fields
index: u32config_lines: Vec<ConfigLine, Global>Trait Implementations
sourceimpl BorshDeserialize for AddConfigLineswhere
u32: BorshDeserialize,
Vec<ConfigLine, Global>: BorshDeserialize,
impl BorshDeserialize for AddConfigLineswhere
u32: BorshDeserialize,
Vec<ConfigLine, Global>: BorshDeserialize,
sourcefn deserialize(buf: &mut &[u8]) -> Result<AddConfigLines, Error>
fn deserialize(buf: &mut &[u8]) -> Result<AddConfigLines, Error>
Deserializes this instance from a given slice of bytes.
Updates the buffer to point at the remaining bytes. Read more
sourcefn try_from_slice(v: &[u8]) -> Result<Self, Error>
fn try_from_slice(v: &[u8]) -> Result<Self, Error>
Deserialize this instance from a slice of bytes.
sourceimpl BorshSerialize for AddConfigLineswhere
u32: BorshSerialize,
Vec<ConfigLine, Global>: BorshSerialize,
impl BorshSerialize for AddConfigLineswhere
u32: BorshSerialize,
Vec<ConfigLine, Global>: BorshSerialize,
sourceimpl InstructionData for AddConfigLines
impl InstructionData for AddConfigLines
Auto Trait Implementations
impl RefUnwindSafe for AddConfigLines
impl Send for AddConfigLines
impl Sync for AddConfigLines
impl Unpin for AddConfigLines
impl UnwindSafe for AddConfigLines
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more