pub struct ListType {}Implementations§
Source§impl ListType
impl ListType
pub fn new() -> ListType
pub fn read_from_in_protocol<T: TInputProtocol>( i_prot: &mut T, ) -> Result<ListType>
pub async fn stream_from_in_protocol<T: TInputStreamProtocol>( i_prot: &mut T, ) -> Result<ListType>
pub fn write_to_out_protocol<T: TOutputProtocol>( &self, o_prot: &mut T, ) -> Result<usize>
pub async fn write_to_out_stream_protocol<T: TOutputStreamProtocol>( &self, o_prot: &mut T, ) -> Result<usize>
Trait Implementations§
Source§impl Ord for ListType
impl Ord for ListType
Source§impl PartialOrd for ListType
impl PartialOrd for ListType
impl Eq for ListType
impl StructuralPartialEq for ListType
Auto Trait Implementations§
impl Freeze for ListType
impl RefUnwindSafe for ListType
impl Send for ListType
impl Sync for ListType
impl Unpin for ListType
impl UnwindSafe for ListType
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